This file contains a sample preset configuration file. Presets are INI files containing information on the state of the settings in the settings dialog. You can set the value of all settings, except the ones in the security section (for obvious reasons).
_____________
BOOLEAN TYPES
Boolean settings is either enabled (on) or disabled (off). To enable a setting means the same as checking the box manually in the settings dialog. Set the value to 1 to enable, and 0 to disable. For example:
DisableBrowser=1
This does not enable the internal browser - it actually disables it. What you are actually doing is checking the check box which disables the browser. Can be confusing, but is really quite practical when you get used to it.
__________
FONT TYPES
These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at:
HKEY_CURRENT_USER\Software\SoftBear\Pardon
If you're interested in the technical details, the font value is built up like this:
Charset|Color|Height|Name|Pitch|Size|[Set of styles]
___________
COLOR TYPES
These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at:
HKEY_CURRENT_USER\Software\SoftBear\Pardon
The values are either constants (such as clBlack or clBlue), or codes (like $000080FF)